SG Window | |
Count Property |
See Also Properties Events Constants Error Codes How To... FAQ |
Returns the number of items in a collection. Read-only.
object.Count
The object is always the name of Windows collection.
The following code illustrates use of the Count property:
Dim w Set w = CreateObject("SGWindow.Window") w.AttachDesktop MsgBox "Child count is " & CStr(w.Children.Count)